List Business Partner Validation Batch Results

Retrieve the results of a Business Partner validation job.

SecurityapiKey
Request
path Parameters
id
required
string (LookupJobId)

ID of the Lookup Job.

Example: cbed7ac6-a97d-4c23-9060-2a88fa660957
query Parameters
businessPartnerId
Array of strings (BusinessPartnerId)

Business Partner IDs which should be filtered.

Example: businessPartnerId=63e635235c06b7396330fe40
limit
integer (Limit)

Number of results that should be fetched. Maximum 100 results can be returned in one page.

Example: limit=100
startAfter
string (StartAfter)

Only records with an ID greater than this ID will be fetched.

Example: startAfter=5712566172571652
Responses
200

OK

get/v2/businesspartnervalidationjobs/{id}/results
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "limit": "100",
  • "total": "67",
  • "values": [
    ],
  • "nextStartAfter": "5712566172571652"
}